<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    position: relative;
}

a {
    text-decoration: none;
}

body .banner {
    z-index: 90;
    display: block;
    box-sizing: border-box;
    background-size: 100% 100%;
    width: 100%;
    height: 340px;
    position: relative;
}

.banner .banner_a {
    z-index: 40;
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 45%;
}

.banner .banner_img {
    z-index: 10;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}

.banner .banner_imgs {
    display: none;
}

/* */
.banner .nav {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.smbton {
    z-index: 30;
    box-sizing: border-box;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    margin-top: 9%;
}

.smbton a {
    z-index: 50;
    display: block;
    width: 186px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-family: FZLanTingHeiS-B-GB;
    color: #fff;
    background: url(https://u3.huatu.com/uploads/allimg/210901/660527-210Z1154S1351.png);
    background-size: 100% 100%;
    /* margin: 0 0.55%; */
    transition: all 1s;
}

.banner.nav .smbton a:hover {
    transform: translateY(-8px);
    text-decoration: none;
}

.menu {
    z-index: 20;
    width: 100%;
    /* margin: 0 auto; */
    position: absolute;
    top: 0;
    height: 100%;
}

.menu ul {
    width: 1400px;
    margin: 14.5% auto 0;
    display: flex;
    justify-content: space-between;
}

.menu li {
    background: url(https://u3.huatu.com/uploads/allimg/210901/660527-210Z11554461a.png);
    background-size: 100% 100%;
    padding-top: 15px;
    margin-top: -3px;
    width: 340px;
    height: 99px;
    transition: all 1s;
    text-align: center;
}

.menu li span {
    font-family: FZLanTingHeiS-R-GB;
    font-size: 24px;
    line-height: 40px;
}

.menu li .brown {
    font-weight: bold;
    color: #881408;
}

.menu li .red {
    font-weight: bold;
    color: #f3331c;
}

.menu li .small {
    color: #881408;
    font-size: 20px;
    line-height: 30px;
}

.ul {
    margin-top: 14.5%;
}

.ul li {
    transition: all 1s;
}

.menu li a {
    z-index: 50;
    text-decoration: none;
}

.menu li:hover {
    transform: translateY(-10px);
}

@media screen and (max-width: 1080px) {
    body {
        font-size: 20px;

    }

    .banner {
        display: none !important;
    }

}

.header .city_li a {
    /* font-weight: bold; */
    color: rgb(250, 18, 18);
}

.main_r .swiper-slide a,
.main_r .swiper-slide img {
    height: 100%;
}

.tl1024_new_gg {
    width: 1300px;
    margin: 10px auto 25px;
    background-image: url(https://u3.huatu.com/yunnan/images/new_gg_bg.png);
    background-size: 100%;
    height: 90px;
    box-sizing: border-box;
    padding-left: 200px;
    padding-top: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.news_scroll {
    position: relative;
    width: calc(100% - 10px);
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
}

.tl1024_new_gg a {
    line-height: 30px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    padding-left: 10px;
    display: inline-block;
    margin-right: 20px;
}

.tl1024_new_gg a::before {
    content: '';
    width: 10px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    color: #181818;
}

.tl1024_new_gg a.active,
.tl1024_new_gg a:hover {
    color: #F71E0E;
}

/* .wrap {
    overflow: hidden;
    width: 1300px;
    margin: 0px auto;
} */
/* .wrap .book{
    box-sizing: border-box;
    float: left;
    width: 700px;
    height: 60px;
} */
.wrap .book {
    box-sizing: border-box;
    float: left;
    width: 50%;
    height: 100px;
}

.wrap .book img {
    width: 100%;
    height: 100%;
}

.wrap .book img:hover {
    transform: scale(1.05, 1.05);
}

.wrap .book img {
    transition: all .5s;
}

.eighth_container li img {
    height: 100%;
}

.main_r_tab li {
    width: auto;
}

.main_title a {
    color: #f00 !important;
}

.main_l .kstag {
    font-size: 16px;
    padding: 0 4px;
    background: #DD0000;
    color: #FFFFFF;
    border-radius: 4px;
}

.main_cont ul.xmt_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main_cont ul.xmt_list li {
    background: #fff;
    width: 17%;
}

.main_cont ul.xmt_list li a {
    color: #333;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.main_cont ul.xmt_list li a div.icon {
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 6px -1px #676767;
}

.main_cont ul.xmt_list li a div.icon img {
    width: 75%;
    transition: all .3s;
}

a:hover {
    text-decoration: none;
}

.main_cont_dh td {
    font-size: 14px;
}

.main_cont_dh .td {
    color: rgb(252, 14, 14) !important;
    z-index: 99;
}

.fixed_l_list li {
    padding: 10px;
    height: 45px;
    font-size: 15px;
    line-height: 22px;
}

.banners {
    box-sizing: border-box;
    background-size: 100% 100%;
    width: 100%;
    height: 110px;
}

.banners img {
    width: 100%;
    height: 100%;
}

@media only all and (max-width:1080px) {
    body {
        font-size: 20px;
    }

    .banners {
        width: 100%;
        height: 2rem;
    }

    .tl1024_new_gg {
        background: url(https://u3.huatu.com/yunnan/images/new_gg_bg.png)no-repeat center top;
        margin: 10px auto 0px;
        background-size: 100% 100%;
        width: 100%;
        padding-left: 3.5rem;
        padding-top: 0;
        height: 2.5rem;
    }

    .tl1024_new_gg a {
        font-size: 0.6rem;
    }

    .news_scroll {
        line-height: 2.3rem;
    }

    .wrap .book {
        width: 100%;
        height: 2rem;
    }
}

@media screen and (max-width: 1280px) {

    .tl1024_new_gg,
    .wrap {
        box-sizing: border-box;
        width: 100%;
    }

    .tl1024_new_gg,
    .wrap .book {
        box-sizing: border-box;
        width: 100%;
    }
}

.gktl_2021 {
    background-image: url(https://u3.huatu.com/yunnan/images/db_bg.png);
    background-size: auto 100%;
    background-position: center top;
    box-sizing: border-box;
    padding-top: 15px;
    height: 200px;
}

.gktl_2021_title {
    text-align: center;
    color: #ffea92;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 8px;
}

.gktl_list {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gktl_list li {
    margin-right: 10px;
    background-image: url(https://u3.huatu.com/yunnan/images/db_li.png);
    background-size: auto 100%;
    background-position: center top;
    text-align: center;
    width: 235px;
    height: 120px;
}

.gktl_list li h4 {
    line-height: 36px;
    font-size: 22px;
    color: #fcf16e;
}

.gktl_list li h5 {
    line-height: 30px;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 4px;
    color: #ffffff;
}

.gktl_list li a {
    display: block;
    margin: 0 auto;
    background-image: url('https://u3.huatu.com/yunnan/images/db_btn.png');
    background-size: auto 100%;
    background-position: center top;
    width: 186px;
    line-height: 30px;
    font-size: 20px;
    color: rgb(150, 13, 19);
    font-weight: bold;
}



@media screen and (max-width: 1500px) {
    .gktl_list li {
        width: 230px;
        height: 110px;
    }

    .gktl_list li h4 {
        line-height: 30px;
        font-size: 22px;
    }
}</pre></body></html>